const runtime.logicalStackSentinel
7 uses
runtime (current package)
mprof.go#L734: prof.stack[0] = logicalStackSentinel
mprof.go#L785: logicalStackSentinel,
tracecpu.go#L164: pcBuf[0] = logicalStackSentinel
traceevent.go#L77: logicalStackSentinel,
tracestack.go#L21: logicalStackSentinel = ^uintptr(0)
tracestack.go#L77: pcBuf[0] = logicalStackSentinel
tracestack.go#L294: } else if len(pcBuf) > 0 && pcBuf[0] == logicalStackSentinel {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |